Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix selector "null" parameter #333

Merged
merged 1 commit into from
Jan 9, 2025

Conversation

DariusIMP
Copy link
Member

Issue:

When sending query to "a/b/c" selector (for instance), the queryable was receiving "a/b/c?null" as selector.

Fix:

Bug caused by missing '?' null check.

Tested

Manually + added unit test

When sending query to "a/b/c" selector (for instance), the queryable was receiving "a/b/c?null" as selector. Bug caused by missing '?' null check.
@DariusIMP DariusIMP added bug Something isn't working release Part of the next release labels Dec 27, 2024
@DariusIMP DariusIMP requested a review from milyin December 27, 2024 14:43
@gabrik gabrik merged commit 64593b7 into eclipse-zenoh:main Jan 9, 2025
10 checks passed
@gabrik gabrik deleted the fix/selector branch January 9, 2025 13:41
DariusIMP added a commit to ZettaScaleLabs/zenoh-kotlin that referenced this pull request Jan 9, 2025
When sending query to "a/b/c" selector (for instance), the queryable was receiving "a/b/c?null" as selector. Bug caused by missing '?' null check.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working release Part of the next release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants